[INFO] cloning repository https://github.com/calmofthestorm/recursive_remote
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/calmofthestorm/recursive_remote" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalmofthestorm%2Frecursive_remote", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalmofthestorm%2Frecursive_remote'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c6f6381bed4a8f9a72236f760ef15a3b374f8e3
[INFO] testing calmofthestorm/recursive_remote against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalmofthestorm%2Frecursive_remote" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/calmofthestorm/recursive_remote
[INFO] finished tweaking git repo https://github.com/calmofthestorm/recursive_remote
[INFO] tweaked toml for git repo https://github.com/calmofthestorm/recursive_remote written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/calmofthestorm/recursive_remote on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/calmofthestorm/recursive_remote already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8b9a7672ace26201f9fcc1613244c530abe030e978ccde47ae140aa0594ce2f4
[INFO] running `Command { std: "docker" "start" "-a" "8b9a7672ace26201f9fcc1613244c530abe030e978ccde47ae140aa0594ce2f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b9a7672ace26201f9fcc1613244c530abe030e978ccde47ae140aa0594ce2f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b9a7672ace26201f9fcc1613244c530abe030e978ccde47ae140aa0594ce2f4", kill_on_drop: false }`
[INFO] [stdout] 8b9a7672ace26201f9fcc1613244c530abe030e978ccde47ae140aa0594ce2f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ba8e7e3bae28d54125aa3abc1072447b18973180015d192006b3bce006017827
[INFO] running `Command { std: "docker" "start" "-a" "ba8e7e3bae28d54125aa3abc1072447b18973180015d192006b3bce006017827", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling gix-trace v0.1.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling human_format v1.2.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling bytesize v2.3.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling zlib-rs v0.6.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling jiff v0.2.20
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling signal-hook v0.4.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling gix-sec v0.13.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling prodash v31.0.0
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling build_stamp v1.0.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling imara-diff v0.2.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling uluru v3.1.0
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling snow v0.10.0
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling clru v0.6.2
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling crc16 v0.4.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling gix-validate v0.11.0
[INFO] [stderr]    Compiling gix-utils v0.3.1
[INFO] [stderr]    Compiling gix-error v0.1.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling gix-date v0.14.0
[INFO] [stderr]    Compiling gix-chunk v0.6.0
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling ed25519 v1.5.3
[INFO] [stderr]    Compiling gix-actor v0.39.0
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling eseb v2.0.0 (https://github.com/calmofthestorm/eseb.git#af1352f6)
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling gix-path v0.11.1
[INFO] [stderr]    Compiling gix-quote v0.6.2
[INFO] [stderr]    Compiling gix-packetline v0.21.1
[INFO] [stderr]    Compiling gix-bitmap v0.2.16
[INFO] [stderr]    Compiling file-lock v2.1.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling gix-features v0.46.1
[INFO] [stderr]    Compiling gix-command v0.7.1
[INFO] [stderr]    Compiling gix-config-value v0.17.1
[INFO] [stderr]    Compiling gix-url v0.35.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling gix-hash v0.22.1
[INFO] [stderr]    Compiling gix-fs v0.19.1
[INFO] [stderr]    Compiling gix-glob v0.24.0
[INFO] [stderr]    Compiling gix-transport v0.54.0
[INFO] [stderr]    Compiling gix-hashtable v0.12.0
[INFO] [stderr]    Compiling gix-commitgraph v0.33.0
[INFO] [stderr]    Compiling gix-prompt v0.13.1
[INFO] [stderr]    Compiling gix-tempfile v21.0.1
[INFO] [stderr]    Compiling io-close v0.3.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling gix-object v0.56.0
[INFO] [stderr]    Compiling gix-attributes v0.30.1
[INFO] [stderr]    Compiling gix-ignore v0.19.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling gix-lock v21.0.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling gix-shallow v0.8.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling brotli v3.5.0
[INFO] [stderr]    Compiling gix-pathspec v0.15.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling gix-credentials v0.36.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling gix-mailmap v0.31.0
[INFO] [stderr]    Compiling record_reader v1.1.0 (https://github.com/calmofthestorm/record_reader.git#0e0ea1d8)
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling recursive_remote v0.2.1 (/opt/rustwide/workdir/recursive_remote)
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stderr]    Compiling gix-revwalk v0.27.0
[INFO] [stderr]    Compiling gix-ref v0.59.0
[INFO] [stderr]    Compiling gix-filter v0.26.0
[INFO] [stderr]    Compiling gix-pack v0.66.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling gix-traverse v0.53.0
[INFO] [stderr]    Compiling gix-revision v0.41.0
[INFO] [stderr]    Compiling gix-negotiate v0.27.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling gix-index v0.47.0
[INFO] [stderr]    Compiling gix-refspec v0.37.0
[INFO] [stderr]    Compiling gix-worktree-stream v0.28.0
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling gix-discover v0.47.0
[INFO] [stderr]    Compiling gix-config v0.52.0
[INFO] [stderr]    Compiling gix-protocol v0.57.0
[INFO] [stderr]    Compiling gix-odb v0.76.0
[INFO] [stderr]    Compiling gix-archive v0.28.0
[INFO] [stderr]    Compiling assert_fs v1.1.3
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling gix-worktree v0.48.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling gix-diff v0.59.0
[INFO] [stderr]    Compiling gix-dir v0.21.0
[INFO] [stderr]    Compiling gix-worktree-state v0.26.0
[INFO] [stderr]    Compiling gix-submodule v0.26.0
[INFO] [stderr]    Compiling gix-blame v0.9.0
[INFO] [stderr]    Compiling gix-status v0.26.0
[INFO] [stderr]    Compiling gix v0.79.0
[INFO] [stderr]    Compiling sodiumoxide v0.2.7
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
[INFO] running `Command { std: "docker" "inspect" "ba8e7e3bae28d54125aa3abc1072447b18973180015d192006b3bce006017827", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba8e7e3bae28d54125aa3abc1072447b18973180015d192006b3bce006017827", kill_on_drop: false }`
[INFO] [stdout] ba8e7e3bae28d54125aa3abc1072447b18973180015d192006b3bce006017827
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f350688e9c5ef3e2f30af35c2050b7c7f4592c89632f1e5573149e669bad7dac
[INFO] running `Command { std: "docker" "start" "-a" "f350688e9c5ef3e2f30af35c2050b7c7f4592c89632f1e5573149e669bad7dac", kill_on_drop: false }`
[INFO] [stderr]    Compiling recursive_remote v0.2.1 (/opt/rustwide/workdir/recursive_remote)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.28s
[INFO] running `Command { std: "docker" "inspect" "f350688e9c5ef3e2f30af35c2050b7c7f4592c89632f1e5573149e669bad7dac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f350688e9c5ef3e2f30af35c2050b7c7f4592c89632f1e5573149e669bad7dac", kill_on_drop: false }`
[INFO] [stdout] f350688e9c5ef3e2f30af35c2050b7c7f4592c89632f1e5573149e669bad7dac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 30d2b12bd19354a6e0ea6f874b2700524a5df99e2e41e68853ff4f2bb03092a4
[INFO] running `Command { std: "docker" "start" "-a" "30d2b12bd19354a6e0ea6f874b2700524a5df99e2e41e68853ff4f2bb03092a4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/recursive_remote-e7e19d3bb565f372)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test config::tests::configure_nacl_key_file_creates_and_reuses ... ok
[INFO] [stdout] test config::tests::write_and_read_config_i64_roundtrip ... ok
[INFO] [stdout] test config::tests::configure_remote_branch_defaults_and_normalizes ... ok
[INFO] [stdout] test config::tests::config_key_short_names_roundtrip ... ok
[INFO] [stdout] test cmd_push::tests::parse_push_specs_splits_force_and_regular_pushes ... ok
[INFO] [stdout] test embedded_config::tests::test_git_overrides ... ok
[INFO] [stdout] test cmd_push::tests::convert_force_specs_to_refs_keeps_deletes_as_none ... ok
[INFO] [stdout] test cmd_fetch::tests::delete_refs_glob_deletes_only_matching_prefix ... ok
[INFO] [stdout] test embedded_config::tests::test_embedded_config ... ok
[INFO] [stdout] test encoding::tests::encode_decode_plain_roundtrip_multiple_chunks ... ok
[INFO] [stdout] test cmd_push::tests::classify_failed_push_for_retry_errors_when_state_unchanged ... ok
[INFO] [stdout] test cmd_push::tests::parse_push_specs_rejects_missing_dest ... ok
[INFO] [stdout] test cmd_push::tests::classify_failed_push_for_retry_returns_retry_when_state_changes ... ok
[INFO] [stdout] test cmd_push::tests::parse_push_specs_rejects_non_push_lines ... ok
[INFO] [stdout] test embedded_config::tests::test_parse_rejects_unknown_version ... ok
[INFO] [stdout] test embedded_config::tests::test_parse_rejects_invalid_brotli_or_bincode ... ok
[INFO] [stdout] test encoding::tests::decode_rejects_sha256_mismatch ... ok
[INFO] [stdout] test serialization::tests::namespace_conversion_roundtrip ... ok
[INFO] [stdout] test serialization::tests::ref_helpers_behave_as_expected ... ok
[INFO] [stdout] test serialization::tests::resource_key_git_rejects_invalid_length ... ok
[INFO] [stdout] test serialization::tests::resource_key_git_roundtrip ... ok
[INFO] [stdout] test embedded_config::tests::test_parse_rejects_invalid_base64 ... ok
[INFO] [stdout] test encoding::tests::decode_fails_with_wrong_key_for_encrypted_data ... ok
[INFO] [stdout] test encoding::tests::encode_state_and_namespace_roundtrip ... ok
[INFO] [stdout] test cmd_push::tests::convert_specs_to_refs_rejects_delete_without_force ... ok
[INFO] [stdout] test persistence::tests::can_fast_forward_rejects_non_fast_forward ... ok
[INFO] [stdout] test update::tests::resolve_state_ref_returns_none_for_missing_ref ... ok
[INFO] [stdout] test cmd_fetch::tests::parse_fetch_revs_ignores_non_fetch_and_handles_short_hashes ... ok
[INFO] [stdout] test config::tests::configure_nacl_rejects_invalid_inline_key ... ok
[INFO] [stdout] test persistence::tests::can_fast_forward_rejects_non_commit_targets ... ok
[INFO] [stdout] test serialization::tests::state_serialization_sorts_parents ... ok
[INFO] [stdout] test encoding::tests::encode_decode_encrypted_roundtrip_multiple_chunks ... ok
[INFO] [stdout] test persistence::tests::can_fast_forward_rejects_tag_update_without_force ... ok
[INFO] [stdout] test encoding::tests::decode_fails_with_missing_key_for_encrypted_data ... ok
[INFO] [stdout] test update::tests::valid_path_exists_true_when_current_is_parent ... ok
[INFO] [stdout] test update::tests::valid_path_exists_true_for_identical_refs ... ok
[INFO] [stdout] test update::tests::valid_path_exists_false_for_unrelated_states ... ok
[INFO] [stdout] test persistence::tests::can_fast_forward_rejects_symbolic_refs ... ok
[INFO] [stdout] test encoding::tests::encode_state_and_namespace_roundtrip_encrypted ... ok
[INFO] [stdout] test cmd_fetch::tests::compact_ref_reachability_compacts_when_many_refs ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_remote_recursive-975114ae3a8b5788)
[INFO] [stdout] test persistence::tests::can_fast_forward_accepts_commit_fast_forward ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test tests::collect_lines_errors_on_non_blank_non_matching_line ... ok
[INFO] [stdout] test tests::finalize_initialize_state_repo_reports_false_thread_status ... ok
[INFO] [stdout] test tests::cleanup_keep_files_removes_only_keep_extension ... ok
[INFO] [stdout] test tests::collect_lines_propagates_iterator_errors ... ok
[INFO] [stdout] test tests::collect_lines_collects_matching_key_until_blank ... ok
[INFO] [stdout] test tests::collect_lines_returns_accumulated_when_stream_ends ... ok
[INFO] [stdout] test tests::parse_protocol_command_classifies_expected_commands ... ok
[INFO] [stdout] test tests::to_advertised_ref_name_maps_remote_tracking_refs ... ok
[INFO] [stdout] test tests::to_advertised_target_maps_symbolic_remote_tracking_refs ... ok
[INFO] [stdout] test tests::report_error_returns_true_on_ok_and_false_on_err ... ok
[INFO] [stdout] test tests::git_gc_auto_with_config_impl_propagates_gc_failure ... ok
[INFO] [stdout] test tests::git_gc_auto_with_config_impl_sets_and_resets_gc_auto_on_success ... ok
[INFO] [stdout] test tests::finalize_initialize_state_repo_reports_join_panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/protocol.rs (/opt/rustwide/target/debug/deps/protocol-ac6c761fcd13e0c2)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test protocol_invalid_push_spec_returns_error ... ok
[INFO] [stdout] test protocol_list_works_with_empty_state ... ok
[INFO] [stdout] test protocol_fetch_requires_blank_line_terminator ... ok
[INFO] [stdout] test protocol_fetch_without_oid_does_not_panic ... ok
[INFO] [stdout] test protocol_unknown_command_is_ignored_and_loop_continues ... ok
[INFO] [stdout] test protocol_capabilities_reports_expected_features ... ok
[INFO] [stderr]      Running tests/push_force.rs (/opt/rustwide/target/debug/deps/push_force-5b6827ba87c03399)
[INFO] [stdout] test protocol_push_requires_blank_line_terminator ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tag_update_requires_force ... FAILED
[INFO] [stdout] test non_fast_forward_push_is_rejected_without_force_and_allowed_with_force ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tag_update_requires_force stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tag_update_requires_force' (161) panicked at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code=128
[INFO] [stdout] stderr=```"fatal: cannot exec \'git-remote-recursive\': Text file busy\n"```
[INFO] [stdout] command=`cd "/tmp/.tmpTSxYwR/user_repo1" && GIT_AUTHOR_EMAIL="you@example.com" GIT_AUTHOR_NAME="Test User" GIT_COMMITTER_EMAIL="you@example.com" GIT_COMMITTER_NAME="Test User" PATH="/tmp/.tmpTSxYwR/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "git" "-c" "init.defaultBranch=main" "push" "clear" "main:main"`
[INFO] [stdout] code=128
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr="fatal: cannot exec \'git-remote-recursive\': Text file busy\n"
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bdebb411e18 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bdebb411e18 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bdebb411e18 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bdebb411e18 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bdebb42906a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bdebb42906a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x5bdebb417cc2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5bdebb417cc2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5bdebb3ec766 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bdebb3ec766 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bdebb408419 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bdebaf8855c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5bdebaf8855c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5bdebb4085d2 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5bdebb4085d2 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bdebb3ec822 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5bdebb3e3e49 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bdebb3ed6cd - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bdebb4298ac - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bdebafc3628 - core[5a1c3e9896636f3a]::panicking::panic_display::<assert_cmd[7ee54606ec4ebccf]::assert::AssertError>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x5bdebafc3587 - <assert_cmd[7ee54606ec4ebccf]::assert::AssertError>::panic::<assert_cmd[7ee54606ec4ebccf]::assert::Assert>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/src/assert.rs:1036:9
[INFO] [stdout]   21:     0x5bdebafc31a7 - <<assert_cmd[7ee54606ec4ebccf]::assert::AssertError>::panic<assert_cmd[7ee54606ec4ebccf]::assert::Assert> as core[5a1c3e9896636f3a]::ops::function::FnOnce<(assert_cmd[7ee54606ec4ebccf]::assert::AssertError,)>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5bdebafbbeeb - <core[5a1c3e9896636f3a]::result::Result<assert_cmd[7ee54606ec4ebccf]::assert::Assert, assert_cmd[7ee54606ec4ebccf]::assert::AssertError>>::unwrap_or_else::<<assert_cmd[7ee54606ec4ebccf]::assert::AssertError>::panic<assert_cmd[7ee54606ec4ebccf]::assert::Assert>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5bdebafc4350 - <assert_cmd[7ee54606ec4ebccf]::assert::Assert>::success
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/src/assert.rs:161:28
[INFO] [stdout]   24:     0x5bdebaf756fe - push_force[f9b1138b1f29d549]::tag_update_requires_force
[INFO] [stdout]                                at /opt/rustwide/workdir/recursive_remote/tests/push_force.rs:182:45
[INFO] [stdout]   25:     0x5bdebaf74747 - push_force[f9b1138b1f29d549]::tag_update_requires_force::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/recursive_remote/tests/push_force.rs:178:31
[INFO] [stdout]   26:     0x5bdebaf7aa36 - <push_force[f9b1138b1f29d549]::tag_update_requires_force::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5bdebaf7b63b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5bdebaf7b63b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x5bdebaf88eb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x5bdebaf88eb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x5bdebaf88eb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x5bdebaf88eb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5bdebaf88eb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5bdebaf88eb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x5bdebaf88eb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x5bdebaf83a14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x5bdebaf83a14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x5bdebaf8bf32 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x5bdebaf8bf32 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x5bdebaf8bf32 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x5bdebaf8bf32 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x5bdebaf8bf32 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5bdebaf8bf32 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x5bdebaf8bf32 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5bdebb4112ff - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   46:     0x5bdebb4112ff - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x752e088f7aa4 - <unknown>
[INFO] [stdout]   48:     0x752e08984a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tag_update_requires_force
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.34s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test push_force`
[INFO] running `Command { std: "docker" "inspect" "30d2b12bd19354a6e0ea6f874b2700524a5df99e2e41e68853ff4f2bb03092a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30d2b12bd19354a6e0ea6f874b2700524a5df99e2e41e68853ff4f2bb03092a4", kill_on_drop: false }`
[INFO] [stdout] 30d2b12bd19354a6e0ea6f874b2700524a5df99e2e41e68853ff4f2bb03092a4
